home *** CD-ROM | disk | FTP | other *** search
- on(release, keyPress "<Space>"){
- _root.resultsPanel_mc._visible = false;
- if(_root.leagueGame)
- {
- _root.gotoAndPlay("reset_game_league");
- }
- else
- {
- _root.gotoAndPlay("reset_game");
- }
- trace("ready to go is " + _root.readyToGo);
- if(_root.readyToGo and !_root.donutChallenge)
- {
- _root.spaceToStart = false;
- _root.lights_mc.gotoAndPlay(2);
- }
- }
-